__ANDROID_API_J__

Names the Jellybean API level (16), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_J__ = 16;

Meta